home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / fchop2.zip / FCHOP.DOC next >
Text File  |  1993-01-22  |  2KB  |  47 lines

  1. ===============================================================================
  2.   FCHOP2.EXE    (FCHOP/FBUILD  Version 2.0), Jan 1993
  3.                 Author : Lawrence Agbezuge  (716) 787-0053
  4.                                             CompuServe : 71530,1137
  5. ===============================================================================
  6.  
  7.  Description
  8.  -----------
  9.  FCHOP2.exe accomplishes the same functions performed by the two files
  10.  FCHOP.EXE and FBUILD.EXE.
  11.  
  12.  FCHOP2 will either break up a large file into smaller files, or recombine
  13.  the chopped files into the original file. 
  14.  The re-combined files will match the original file, provided that the
  15.  chopped files are not tampered with.
  16.  
  17.  Why would you want to chop up files ?
  18.  Suppose someone wants to give you a .ZIP file whose size is about 2.1 mB
  19.  (2.1 megabytes) and your PC does not have floppy drives which can read it.
  20.  The file could be broken into smaller files, each of size 360K. Now even
  21.  an XT can read these component files onto a hard disk, and recombine the
  22.  component files into the original 2.1 mB file.
  23.  
  24.  Usage
  25.  -----
  26.  Just type, at the DOS prompt :
  27.  
  28.                           FCHOP2
  29.  
  30.  You will see a listing of files in your current directory.
  31.  
  32.  If you want to chop up a big file, you supply its name and the size of the
  33.  chopped files. After the chopped files are created, it is assumed that you
  34.  will store them on diskettes which can store the chopped files.
  35.  
  36.  If you want to re-combine chopped files, you should first copy all the
  37.  chopped files into your current directory before running FCHOP2. A file with
  38.  extension .000 contains the name of all the component files, and uses this
  39.  file for accurately re-creating the original file.
  40.  
  41.  A file test.dat has been provided for you to test.
  42.  Use FCHOP2 to break up test.dat into say, 180 block (180,000 byte) files, and
  43.  then re-combine them into the original file.
  44.  
  45.  This is freeware.
  46.  
  47.